Builder
class Builder : GeneratedMessage.Builder<BuilderT> , ModuleConfigProtos.ModuleConfig.MapReportSettingsOrBuilder
Settings for reporting unencrypted information about our node to a map via MQTT
Content copied to clipboard
meshtastic.ModuleConfig.MapReportSettings
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Bits of precision for the location sent (default of 32 is full precision).
Content copied to clipboard
uint32 position_precision = 2;
Link copied to clipboard
How often we should report our info to the map (in seconds)
Content copied to clipboard
uint32 publish_interval_secs = 1;
Link copied to clipboard
Whether we have opted-in to report our location to the map
Content copied to clipboard
bool should_report_location = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Bits of precision for the location sent (default of 32 is full precision).
Content copied to clipboard
uint32 position_precision = 2;
Link copied to clipboard
How often we should report our info to the map (in seconds)
Content copied to clipboard
uint32 publish_interval_secs = 1;
Link copied to clipboard
Whether we have opted-in to report our location to the map
Content copied to clipboard
bool should_report_location = 3;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(other: ModuleConfigProtos.ModuleConfig.MapReportSettings): ModuleConfigProtos.ModuleConfig.MapReportSettings.Builder
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.MapReportSettings.Builder
Link copied to clipboard
open fun setPositionPrecision(value: Int): ModuleConfigProtos.ModuleConfig.MapReportSettings.Builder
Bits of precision for the location sent (default of 32 is full precision).
Content copied to clipboard
uint32 position_precision = 2;
Link copied to clipboard
open fun setPublishIntervalSecs(value: Int): ModuleConfigProtos.ModuleConfig.MapReportSettings.Builder
How often we should report our info to the map (in seconds)
Content copied to clipboard
uint32 publish_interval_secs = 1;
Link copied to clipboard
open fun setShouldReportLocation(value: Boolean): ModuleConfigProtos.ModuleConfig.MapReportSettings.Builder
Whether we have opted-in to report our location to the map
Content copied to clipboard
bool should_report_location = 3;